3.205 \(\int \frac{\log (x) \text{PolyLog}(n,a x)}{x} \, dx\)

Optimal. Leaf size=20 \[ \log (x) \text{PolyLog}(n+1,a x)-\text{PolyLog}(n+2,a x) \]

[Out]

Log[x]*PolyLog[1 + n, a*x] - PolyLog[2 + n, a*x]

________________________________________________________________________________________

Rubi [A]  time = 0.0238397, antiderivative size = 20, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 11, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.182, Rules used = {2383, 6589} \[ \log (x) \text{PolyLog}(n+1,a x)-\text{PolyLog}(n+2,a x) \]

Antiderivative was successfully verified.

[In]

Int[(Log[x]*PolyLog[n, a*x])/x,x]

[Out]

Log[x]*PolyLog[1 + n, a*x] - PolyLog[2 + n, a*x]

Rule 2383

Int[(((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_.)*PolyLog[k_, (e_.)*(x_)^(q_.)])/(x_), x_Symbol] :> Simp[(PolyL
og[k + 1, e*x^q]*(a + b*Log[c*x^n])^p)/q, x] - Dist[(b*n*p)/q, Int[(PolyLog[k + 1, e*x^q]*(a + b*Log[c*x^n])^(
p - 1))/x, x], x] /; FreeQ[{a, b, c, e, k, n, q}, x] && GtQ[p, 0]

Rule 6589

Int[PolyLog[n_, (c_.)*((a_.) + (b_.)*(x_))^(p_.)]/((d_.) + (e_.)*(x_)), x_Symbol] :> Simp[PolyLog[n + 1, c*(a
+ b*x)^p]/(e*p), x] /; FreeQ[{a, b, c, d, e, n, p}, x] && EqQ[b*d, a*e]

Rubi steps

\begin{align*} \int \frac{\log (x) \text{Li}_n(a x)}{x} \, dx &=\log (x) \text{Li}_{1+n}(a x)-\int \frac{\text{Li}_{1+n}(a x)}{x} \, dx\\ &=\log (x) \text{Li}_{1+n}(a x)-\text{Li}_{2+n}(a x)\\ \end{align*}

Mathematica [A]  time = 0.002117, size = 20, normalized size = 1. \[ \log (x) \text{PolyLog}(n+1,a x)-\text{PolyLog}(n+2,a x) \]

Antiderivative was successfully verified.

[In]

Integrate[(Log[x]*PolyLog[n, a*x])/x,x]

[Out]

Log[x]*PolyLog[1 + n, a*x] - PolyLog[2 + n, a*x]

________________________________________________________________________________________

Maple [F]  time = 0.007, size = 0, normalized size = 0. \begin{align*} \int{\frac{\ln \left ( x \right ){\it polylog} \left ( n,ax \right ) }{x}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(x)*polylog(n,a*x)/x,x)

[Out]

int(ln(x)*polylog(n,a*x)/x,x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\log \left (x\right ){\rm Li}_{n}(a x)}{x}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(x)*polylog(n,a*x)/x,x, algorithm="maxima")

[Out]

integrate(log(x)*polylog(n, a*x)/x, x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\log \left (x\right ){\rm polylog}\left (n, a x\right )}{x}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(x)*polylog(n,a*x)/x,x, algorithm="fricas")

[Out]

integral(log(x)*polylog(n, a*x)/x, x)

________________________________________________________________________________________

Sympy [A]  time = 2.21308, size = 15, normalized size = 0.75 \begin{align*} \log{\left (x \right )} \operatorname{Li}_{n + 1}\left (a x\right ) - \operatorname{Li}_{n + 2}\left (a x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(x)*polylog(n,a*x)/x,x)

[Out]

log(x)*polylog(n + 1, a*x) - polylog(n + 2, a*x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\log \left (x\right ){\rm Li}_{n}(a x)}{x}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(x)*polylog(n,a*x)/x,x, algorithm="giac")

[Out]

integrate(log(x)*polylog(n, a*x)/x, x)